Click or drag to resize

PhoneNumberCollection Class

Represents a collection of phone numbers.
Inheritance Hierarchy
SystemObject
  Independentsoft.Sip.SdpPhoneNumberCollection

Namespace:  Independentsoft.Sip.Sdp
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public class PhoneNumberCollection : ICollection, 
	IEnumerable

The PhoneNumberCollection type exposes the following members.

Constructors
  NameDescription
Public methodPhoneNumberCollection
Initializes a new instance of the PhoneNumberCollection class.
Top
Properties
  NameDescription
Public propertyCount
Gets the number of elements in the PhoneNumberCollection.
Public propertyIsSynchronized
Gets a value indicating whether access to the PhoneNumberCollection is synchronized (thread-safe).
Public propertyItem
Gets phone number associated with the specified position. In C#, this property is the indexer for the PhoneNumberCollection class.
Public propertyPhoneNumbers
Gets array of phone numbers.
Public propertySyncRoot
Gets an object that can be used to synchronize access to the PhoneNumberCollection.
Top
Methods
  NameDescription
Public methodAdd
Adds phone number to the collection.
Public methodClear
Removes all elements from the PhoneNumberCollection.
Public methodCopyTo
Copies an PhoneNumberCollection array to the collection, starting at a specified target index.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Returns an IEnumerator that can iterate through the PhoneNumberCollection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Removes the specified phone number from the collection, if it is present.
Public methodToString
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also